vr2-3-04.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-04.wrl
Shape {
  geometry Box {  
    size 2 25 2  
  }
}
Transform {
  translation 0 2 0
  children [
    Shape {
      geometry Cone {  
        bottomRadius 12  
        height 9  
      }
    }
  ]
}
Transform {
  translation 0 7 0
  children [
    Shape {
      geometry Cone {  
        bottomRadius 10  
        height 7  
      }
    }
  ]
}
Transform {
  translation 0 11 0
  children [
    Shape {
      geometry Cone {  
        bottomRadius 7  
        height 5  
      }
    }
  ]
}